<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>css</title>
<style type="text/css">
<link rel="stylesheet" href=".img/51hhxx.css">
<link rel="stylesheet" href=".img/rerest.css">
</style>
</head>
<body>
<!--logo 搜索 用户信息开始-->
<!--logo 搜索 用户信息结束-->
<!--导航开始-->
<!--导航结束-->
</body>
</html>
引入51hhxx.css文件:
/*公共样式*/
content-box{width:1200px;margin:0 auto;}
/*公共样式*/
引入rerest22.css文件:
*{margin:0;padding:0;
box-sizing:border-box;
}
body{font-size:14px;font-family:"微软雅黑";color:#333333;background:#f3f3f3;}
b{font-weight:normal;}
i{font-style:normal;}
a,a:hover,a:active{text-decoration:none;color:#333333;}
input,textarea,select{outline:none;}
img{border:none;vertical-align:top;}
li{list-style:none}
.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
.clearfix::after{
content:"";
display:table;
clear:both;
}